log.info("yippie it loaded an shit") display.loadingLogo() system.delay(2000) log.info("Step 1 completed") display.clear() display.display() system.delay(2000) log.info("Step 2 completed") display.printText("i am now feeling better uwu", 1, 1) display.display() system.delay(2000) log.info("Step 3 completed") display.printText("now lets draw something ^w^", 1, 13) display.display() system.delay(2000) log.info("Step 4 completed") -- This is actually the same func as drawRoundRectangle with radius assumed to be 0 but it not worky i guess display.drawRectangle(4, 24, 16, 36, 1, 0, 0) display.display() system.delay(2000) log.info("Step 5 completed") if wifi then display.printCenterText("You're piter so press D to exit", 50) while not input.dBtn() do system.delay(500) end else display.printCenterText("You're not using the button so I'll exit", 50) end